home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Sound
/
World of Sound.iso
/
utils
/
miditools
/
kawaied
/
kawai
/
arp_installation.deutsch
next >
Wrap
AmigaDOS Script File
|
1991-12-26
|
2KB
|
69 lines
.KEY dat
failat 100
echo "Warnung: Dieses Installation läuft nur korrekt, wenn"
echo " Sie die Arp-Shell mit ihren Befehlen installiert haben !"
echo ""
echo ""
echo "Bitte Laufwerksnamen oder Verzeichnisnamen eingeben"
echo "(z.B. DH0: oder DH1:musik/midi): " NOLINE
echo ""
read destdir
dir="$(tackon $destdir kawai)"
if not exists $dir
echo "Verzeichnis $dir wird angelegt"
makedir >nil: $dir
if error
echo "Fehler bei der Pfadeingabe !"
quit
endif
endif
makedir "$(tackon $dir SOUNDS)"
makedir "$(tackon $dir BANKS)"
makedir "$(tackon $dir MULTI)"
makedir "$(tackon $dir DUMP)"
echo "Kopiere nun alle Bänke"
copy banks "$(tackon $dir BANKS)" all quiet
echo "Kopiere nun alle Multi-Patches"
copy multi "$(tackon $dir MULTI)" all quiet
echo "Kopiere nun alle Dumps"
copy dump "$(tackon $dir DUMP)" all quiet
echo "Kopiere nun benötigte Libraries"
copy libs libs: all quiet
echo "Kopiere nun Programm und sonstige Files"
copy * $dir quiet
copy /kawai.info $destdir quiet
if not exists libs:diskfont.library
echo "Warnung: libs:diskfont.library nicht vorhanden !"
endif
if not exists libs:icon.library
echo "Warnung: libs:icon.library nicht vorhanden !"
endif
if not exists l:ram-handler
echo "Warnung: l:ram-handler nicht vorhanden !"
endif
if not exists l:port-handler
echo "Warnung: l:port-handler nicht vorhanden !"
endif
if not exists devs:printer.device
echo "Warnung: devs:printer.device nicht vorhanden !"
endif
if not exists devs:serial.device
echo "Warnung: devs:serial.device nicht vorhanden !"
endif
echo "*N*N*NFertig !!!*N"